core: Take --repo as the first argument
authorColin Walters <walters@verbum.org>
Fri, 4 Nov 2011 03:08:28 +0000 (23:08 -0400)
committerColin Walters <walters@verbum.org>
Fri, 4 Nov 2011 03:08:28 +0000 (23:08 -0400)
commitd6b3fb51184a9f0cf8bb4868cded7f9b5491b4cb
treeb701d8bc2961dbd82705dd75647e8bacbc524967
parent3b61a21c0f6d1514c70640debe8beb66b430414d
core: Take --repo as the first argument

I kept doing this over and over...it feels more natural.  The "prefix"
thing was (almost) unused anyways, and it was easy enough to replace.
21 files changed:
ostree/main.c
ostree/ot-builtin-checkout.c
ostree/ot-builtin-commit.c
ostree/ot-builtin-compose.c
ostree/ot-builtin-fsck.c
ostree/ot-builtin-init.c
ostree/ot-builtin-link-file.c
ostree/ot-builtin-log.c
ostree/ot-builtin-pull.c
ostree/ot-builtin-remote.c
ostree/ot-builtin-rev-parse.c
ostree/ot-builtin-run-triggers.c
ostree/ot-builtin-show.c
ostree/ot-builtins.h
tests/libtest.sh
tests/t0000-basic.sh
tests/t0001-archive.sh
tests/t0002-log.sh
tests/t0003-remote-add.sh
tests/t0004-pull.sh
tests/t0005-compose.sh